home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 071-080 / amok72 / while-interpreter / source / quadberechnequad.def < prev    next >
Encoding:
Modula Definition  |  1993-11-04  |  334 b   |  15 lines

  1. (******************************
  2.  * Programm von Dieter Seidel *
  3.  *  Eingegeben am 14.11.1991  *
  4.  ******************************)
  5.  
  6.  
  7. DEFINITION MODULE QuadBerechneQuad;
  8.  
  9. FROM QuadLese IMPORT arrList, arrQuad;
  10.  
  11. PROCEDURE BerechneQuad(    BefehlsListe : arrList;
  12.                        VAR QuadListe    : arrQuad);
  13.  
  14. END QuadBerechneQuad.
  15.